|
|
|
BlueCielo TeamWork 2012 Release Notes | BlueCielo ECM Solutions |
The CAD application link events include:
DocCADLink_InitializeUpdateProperties(Batch, ToFile)
DocCADLink_BeforeUpdateProperties(Batch, ToFile)
DocCADLink_BeforeWriteProperty(Batch, PropertyName, Value)
DocCADLink_AfterReadProperty(Batch, PropertyName, Value)
DocCADLink_AfterUpdateProperties(Batch, ToFile)
DocCADLink_TerminateUpdateProperties(Batch, ToFile)
DocCADLink_InitializeUpdateReferences(Batch, ToFile)
DocCADLink_BeforeUpdateReferences(Batch,ToFile)
DocCADLink_AfterUpdateReferences(Batch, ToFile)
DocCADLink_TerminateUpdateReferences(Batch, ToFile)
DocCADLink_OnUpdateReference(Batch, RefFile, IsCreated, ToFile)
The arguments used by these event procedures are as follows:
Argument | Description |
---|---|
Batch | Object containing properties about the documents being processed. |
ToFile | Always True in reference events. |
PropertyName | IC Meridian property name. |
Value | Property value. |
RefFile | Name of the referenced file. |
IsCreated | True if reference is created, False when destroyed. |
Copyright © 2000-2012 BlueCielo ECM Solutions |